Rebase python2.6 support#231
Merged
nir0s merged 12 commits intoFeb 2, 2019
Merged
Conversation
You'll need setuptools 38.6.0+ and twine 1.11+ to release/upload this; see Dustin Ingram's blog: https://dustingram.com/articles/2018/03/16/markdown-descriptions-on-pypi
The distro package is now recommended in Python documentation as a replacement for `platform.linux_distribution`. See: * https://docs.python.org/3.7/library/platform.html#platform.linux_distribution * python/cpython#6669 Also, `platform.linux_distribution` is removed from Python 3.8 (which is not released yet). See: * https://docs.python.org/3.8/library/platform.html * python/cpython#6871 Reflect this in `distro`'s README and docstring.
The old one uses a now removed system, the link 404s
Update Fedora package link
Contributor
Author
|
@nir0s @SethMichaelLarson This is in reference to: #206 I'll be opening another PR on top of this to actually add python-2.6 support. I've just done the work to bundle distro into ansible for our 2.8 release: ansible/ansible#35985 and it would make sense to me to have a common place for 2.6 compatibility to land. I can't promise to be a great deal of help on this but I'll do what's needed to get the initial version of python-2.6 support passing in Travis and take a look at rebasing onto newer versions whenever a new Ansible release is in the pipeline. If other people who are bundling join in, that would make me happy as it would be less work for me. |
This was referenced Dec 13, 2018
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR rebases the python2.6 support branch to current master. It's the first step towards actually making a common python-2.6 compatible distro codebase.